digestTtl
( service in module ng
)
Sets the number of digest iterations the scope should attempt to execute before giving up and assuming that the model is unstable.
The current default is 10 iterations.
$rootScopeProvider#digestTtl(limit);
limit – {number} –
The number of digest iterations.